Caption = "No VBX needed for a tool tip ballon help. it just a few lines of code in a module. All You Help information is stored in the TAG property take a look."
Height = 1092
Left = 1008
TabIndex = 5
Tag = "A message from Wise Raven. "
Top = 2376
Width = 4188
End
Begin Label tooltip
AutoSize = -1 'True
BackColor = &H0000FFFF&
BorderStyle = 1 'Fixed Single
ForeColor = &H00000000&
Height = 216
Left = 1908
TabIndex = 4
Top = 4464
Visible = 0 'False
Width = 1956
End
Begin Label Label1
BorderStyle = 1 'Fixed Single
Caption = "Label1"
Height = 300
Left = 3276
TabIndex = 2
Tag = "This is a label "
Top = 1656
Width = 2352
End
Dim oldtip
Sub Command1_Click (index As Integer)
'_____ unloads form
Unload Me
End Sub
Sub Command1_MouseMove (index As Integer, Button As Integer, Shift As Integer, X As Single, Y As Single)